Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deployment.yaml - fix container #378

Closed
wants to merge 5 commits into from

Conversation

gandazgul
Copy link

No description provided.

@github-actions
Copy link

github-actions bot commented Sep 6, 2023

@gandazgul Image is available for testing. docker pull stakater/forecastle:SNAPSHOT-PR-378-9ea9ca1c

@MuneebAijaz MuneebAijaz self-assigned this Sep 13, 2023
@@ -31,25 +31,21 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
containers:
- securityContext: {{- toYaml .Values.forecastle.container.securityContext | nindent 12 }}
- name: {{ template "forecastle.name" . }}
securityContext: {{- toYaml .Values.forecastle.container.securityContext | nindent 12 }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
securityContext: {{- toYaml .Values.forecastle.container.securityContext | nindent 12 }}
securityContext: {{- toYaml .Values.forecastle.container.securityContext | nindent 10 }}

@@ -77,6 +73,10 @@ spec:
{{ toYaml .Values.forecastle.openshiftOauthProxy.resources | indent 10 }}
{{- end }}
{{- end }}
{{- if .Values.forecastle.deployment.securityContext }}
securityContext:
{{- toYaml . | nindent 10 }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{{- toYaml . | nindent 10 }}
{{- toYaml .Values.forecastle.deployment.securityContext | nindent 8 }}

@MuneebAijaz
Copy link
Contributor

hi @gandazgul ive requested some changes, i fear the mistake comes from the old versions of the chart. Please do run helm template to be sure about indentation and templating. thanks

@bnallapeta
Copy link

PR is stale. Closing it.

@bnallapeta bnallapeta closed this Jan 17, 2024
@gandazgul
Copy link
Author

Sorry I completely lost track of this I've been using my branch which just works and forgot to check back here. Is the main chart now fixed? At the time this seemed critical the chart was not working at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants